home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Development / Feelin021015 / Includes / feelin.c next >
Encoding:
C/C++ Source or Header  |  2002-10-28  |  398 b   |  18 lines

  1. ;/*
  2. SC RESETOPTS IGNORE 73 NOMULTINCLUDES NOOBJECTNAME MGST=Include:feelin.gst SC:Source/feelin.c
  3. Quit
  4.  
  5.    The following compiler command will create the GST for the Feelin header.
  6. */
  7.  
  8. #define __USE_SYSBASE 1
  9.  
  10. #include <proto/exec.h>
  11. #include <proto/dos.h>
  12. #include <proto/graphics.h>
  13. #include <proto/intuition.h>
  14. #include <proto/utility.h>
  15. #include <proto/feelin.h>
  16.  
  17. #include <libraries/feelin.h>
  18.